.g {
    width: 400px;
    height: 280px;
    border-style: solid;
    border-color: brown;
    border-radius: 10px;
    border-width: 5px;
    border-collapse: collapse;
    text-align: center;

  

}
.g {
  margin: 10px 0px 0px 600px;
}
.f {
    width: 350px;
    height: 50px;
    margin: 300px 0px 0px 650px;

}

body {background-color: bisque;}
.a {background-color: azure;}
